home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / POLYCLIP.ZIP / POLYCLIP.DOC next >
Encoding:
Text File  |  1996-09-07  |  660 b   |  25 lines

  1.  
  2.  
  3. POLYCLIP.EXE
  4. ------------
  5.  
  6. Demo program showing shadows being casted onto
  7. irregular objects in real time.
  8.  
  9. I wrote this demo while working on some shadow calculations
  10. for a friend who is writing a super-cool game.  It was an
  11. exercise in plane intersections and the clipping of a
  12. polygon to an irregular shape.  I decided to show it off
  13. because I recently saw another shadow demo in the gamdev forum. 
  14.  
  15. Sorry, I have no code with this demo, but try to guess
  16. how I did it, then I will reveal to you the sources I used
  17. to develop the calculations, and the techniques I used for
  18. clipping the shadows.
  19.  
  20. Thanks.
  21.  
  22. Gordon Griesel
  23. 73042,2246
  24.  
  25.